home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / notification-daemon / notification-properties.ui
Encoding:
Extensible Markup Language  |  2010-06-29  |  11.7 KB  |  262 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <!-- interface-requires gtk+ 2.12 -->
  4.   <!-- interface-naming-policy toplevel-contextual -->
  5.   <object class="GtkDialog" id="dialog">
  6.     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  7.     <property name="border_width">5</property>
  8.     <property name="title" translatable="yes">Notification Settings</property>
  9.     <property name="resizable">False</property>
  10.     <property name="window_position">center-on-parent</property>
  11.     <property name="icon_name">notification-properties</property>
  12.     <property name="type_hint">dialog</property>
  13.     <property name="has_separator">False</property>
  14.     <child internal-child="vbox">
  15.       <object class="GtkVBox" id="dialog-vbox1">
  16.         <property name="visible">True</property>
  17.         <property name="orientation">vertical</property>
  18.         <property name="spacing">2</property>
  19.         <child>
  20.           <object class="GtkVBox" id="vbox4">
  21.             <property name="visible">True</property>
  22.             <property name="border_width">5</property>
  23.             <property name="orientation">vertical</property>
  24.             <property name="spacing">6</property>
  25.             <child>
  26.               <object class="GtkLabel" id="label7">
  27.                 <property name="visible">True</property>
  28.                 <property name="xalign">0</property>
  29.                 <property name="label" translatable="yes"><b>General Options</b></property>
  30.                 <property name="use_markup">True</property>
  31.               </object>
  32.               <packing>
  33.                 <property name="expand">False</property>
  34.                 <property name="position">0</property>
  35.               </packing>
  36.             </child>
  37.             <child>
  38.               <object class="GtkHBox" id="hbox1">
  39.                 <property name="visible">True</property>
  40.                 <child>
  41.                   <object class="GtkLabel" id="label10">
  42.                     <property name="visible">True</property>
  43.                     <property name="label" translatable="yes">      </property>
  44.                   </object>
  45.                   <packing>
  46.                     <property name="expand">False</property>
  47.                     <property name="fill">False</property>
  48.                     <property name="position">0</property>
  49.                   </packing>
  50.                 </child>
  51.                 <child>
  52.                   <object class="GtkTable" id="table3">
  53.                     <property name="visible">True</property>
  54.                     <property name="n_rows">2</property>
  55.                     <property name="n_columns">2</property>
  56.                     <property name="column_spacing">12</property>
  57.                     <property name="row_spacing">6</property>
  58.                     <child>
  59.                       <object class="GtkComboBox" id="theme_combo">
  60.                         <property name="visible">True</property>
  61.                         <child>
  62.                           <object class="GtkCellRendererText" id="theme_cellrenderertext"/>
  63.                           <attributes>
  64.                             <attribute name="text">0</attribute>
  65.                           </attributes>
  66.                         </child>
  67.                       </object>
  68.                       <packing>
  69.                         <property name="left_attach">1</property>
  70.                         <property name="right_attach">2</property>
  71.                       </packing>
  72.                     </child>
  73.                     <child>
  74.                       <object class="GtkComboBox" id="position_combo">
  75.                         <property name="visible">True</property>
  76.                         <property name="model">position_liststore</property>
  77.                         <child>
  78.                           <object class="GtkCellRendererText" id="position_cellrenderertext"/>
  79.                           <attributes>
  80.                             <attribute name="text">0</attribute>
  81.                           </attributes>
  82.                         </child>
  83.                       </object>
  84.                       <packing>
  85.                         <property name="left_attach">1</property>
  86.                         <property name="right_attach">2</property>
  87.                         <property name="top_attach">1</property>
  88.                         <property name="bottom_attach">2</property>
  89.                       </packing>
  90.                     </child>
  91.                     <child>
  92.                       <object class="GtkLabel" id="label9">
  93.                         <property name="visible">True</property>
  94.                         <property name="xalign">0</property>
  95.                         <property name="label" translatable="yes">P_osition:</property>
  96.                         <property name="use_markup">True</property>
  97.                         <property name="use_underline">True</property>
  98.                         <property name="mnemonic_widget">position_combo</property>
  99.                       </object>
  100.                       <packing>
  101.                         <property name="top_attach">1</property>
  102.                         <property name="bottom_attach">2</property>
  103.                         <property name="x_options">GTK_FILL</property>
  104.                         <property name="y_options">GTK_FILL</property>
  105.                       </packing>
  106.                     </child>
  107.                     <child>
  108.                       <object class="GtkLabel" id="label8">
  109.                         <property name="visible">True</property>
  110.                         <property name="xalign">0</property>
  111.                         <property name="label" translatable="yes">_Theme:</property>
  112.                         <property name="use_markup">True</property>
  113.                         <property name="use_underline">True</property>
  114.                         <property name="mnemonic_widget">theme_combo</property>
  115.                       </object>
  116.                       <packing>
  117.                         <property name="x_options">GTK_FILL</property>
  118.                         <property name="y_options">GTK_FILL</property>
  119.                       </packing>
  120.                     </child>
  121.                   </object>
  122.                   <packing>
  123.                     <property name="position">1</property>
  124.                   </packing>
  125.                 </child>
  126.               </object>
  127.               <packing>
  128.                 <property name="expand">False</property>
  129.                 <property name="position">1</property>
  130.               </packing>
  131.             </child>
  132.           </object>
  133.           <packing>
  134.             <property name="expand">False</property>
  135.             <property name="position">1</property>
  136.           </packing>
  137.         </child>
  138.         <child internal-child="action_area">
  139.           <object class="GtkHButtonBox" id="dialog-action_area1">
  140.             <property name="visible">True</property>
  141.             <property name="layout_style">end</property>
  142.             <child>
  143.               <object class="GtkButton" id="button3">
  144.                 <property name="label">gtk-help</property>
  145.                 <property name="can_focus">True</property>
  146.                 <property name="receives_default">False</property>
  147.                 <property name="use_stock">True</property>
  148.                 <property name="focus_on_click">False</property>
  149.               </object>
  150.               <packing>
  151.                 <property name="expand">False</property>
  152.                 <property name="fill">False</property>
  153.                 <property name="position">0</property>
  154.               </packing>
  155.             </child>
  156.             <child>
  157.               <object class="GtkButton" id="button4">
  158.                 <property name="visible">True</property>
  159.                 <property name="can_focus">True</property>
  160.                 <property name="receives_default">False</property>
  161.                 <child>
  162.                   <object class="GtkAlignment" id="alignment2">
  163.                     <property name="visible">True</property>
  164.                     <property name="xscale">0</property>
  165.                     <property name="yscale">0</property>
  166.                     <child>
  167.                       <object class="GtkHBox" id="hbox3">
  168.                         <property name="visible">True</property>
  169.                         <property name="spacing">2</property>
  170.                         <child>
  171.                           <object class="GtkImage" id="image2">
  172.                             <property name="visible">True</property>
  173.                             <property name="icon_name">notification-properties</property>
  174.                             <property name="icon-size">3</property>
  175.                           </object>
  176.                           <packing>
  177.                             <property name="expand">False</property>
  178.                             <property name="fill">False</property>
  179.                             <property name="position">0</property>
  180.                           </packing>
  181.                         </child>
  182.                         <child>
  183.                           <object class="GtkLabel" id="label12">
  184.                             <property name="visible">True</property>
  185.                             <property name="label" translatable="yes">_Preview</property>
  186.                             <property name="use_underline">True</property>
  187.                           </object>
  188.                           <packing>
  189.                             <property name="expand">False</property>
  190.                             <property name="fill">False</property>
  191.                             <property name="position">1</property>
  192.                           </packing>
  193.                         </child>
  194.                       </object>
  195.                     </child>
  196.                   </object>
  197.                 </child>
  198.               </object>
  199.               <packing>
  200.                 <property name="expand">False</property>
  201.                 <property name="fill">False</property>
  202.                 <property name="position">1</property>
  203.               </packing>
  204.             </child>
  205.             <child>
  206.               <object class="GtkButton" id="button5">
  207.                 <property name="label">gtk-close</property>
  208.                 <property name="visible">True</property>
  209.                 <property name="can_focus">True</property>
  210.                 <property name="can_default">True</property>
  211.                 <property name="receives_default">False</property>
  212.                 <property name="use_stock">True</property>
  213.               </object>
  214.               <packing>
  215.                 <property name="expand">False</property>
  216.                 <property name="fill">False</property>
  217.                 <property name="position">2</property>
  218.               </packing>
  219.             </child>
  220.           </object>
  221.           <packing>
  222.             <property name="expand">False</property>
  223.             <property name="pack_type">end</property>
  224.             <property name="position">0</property>
  225.           </packing>
  226.         </child>
  227.       </object>
  228.     </child>
  229.     <action-widgets>
  230.       <action-widget response="-11">button3</action-widget>
  231.       <action-widget response="-3">button4</action-widget>
  232.       <action-widget response="-7">button5</action-widget>
  233.     </action-widgets>
  234.   </object>
  235.   <object class="GtkListStore" id="position_liststore">
  236.     <columns>
  237.       <!-- column-name label -->
  238.       <column type="gchararray"/>
  239.       <!-- column-name name -->
  240.       <column type="gchararray"/>
  241.     </columns>
  242.     <data>
  243.       <row>
  244.         <col id="0" translatable="yes">Top Left</col>
  245.         <col id="1">top_left</col>
  246.       </row>
  247.       <row>
  248.         <col id="0" translatable="yes">Top Right</col>
  249.         <col id="1">top_right</col>
  250.       </row>
  251.       <row>
  252.         <col id="0" translatable="yes">Bottom Left</col>
  253.         <col id="1">bottom_left</col>
  254.       </row>
  255.       <row>
  256.         <col id="0" translatable="yes">Bottom Right</col>
  257.         <col id="1">bottom_right</col>
  258.       </row>
  259.     </data>
  260.   </object>
  261. </interface>
  262.